func strconv.unquote
3 uses
strconv (current package)
quote.go#L369: out, _, err := unquote(s, false)
quote.go#L380: out, rem, err := unquote(s, true)
quote.go#L391: func unquote(in string, unescape bool) (out, rem string, err error) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)